ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _MergedItemizedLegendDataModel<T> Class / __items Property

In This Topic
    __items Property (_MergedItemizedLegendDataModel<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Property __items As List(Of T)
    public List<T> __items {get; set;}
    See Also